FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.oh.mha-pds#0.9.0-alpha-1.9.7.33 (63 ms)

Package ca.on.oh.mha-pds
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh.mha-pds@0.9.0-alpha-1.9.7.33&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService
Url http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService
Status active
Date 2022-08-22T20:17:06.3613088+00:00
Name HealthcareService
Title MHA Healthcare Service
Experimental False
Realm ca
Authority hl7
Description The details of a healthcare service available at a location
Type HealthcareService
Kind resource

Resources that use this resource

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-bundle MHA Bundle Profile

Resources that this resource uses

StructureDefinition
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode FunctionalCentreCode
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location MHA Location Profile
http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization MHA Organization Profile


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService",
  "name" : "HealthcareService",
  "title" : "MHA Healthcare Service",
  "status" : "active",
  "date" : "2022-08-22T20:17:06.3613088+00:00",
  "description" : "The details of a healthcare service available at a location",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "MHA-PDS-Mapping",
      "name" : "MHA PDS Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "HealthcareService",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/HealthcareService",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "HealthcareService",
        "path" : "HealthcareService",
        "mustSupport" : true
      },
      {
        "id" : "HealthcareService.meta",
        "path" : "HealthcareService.meta",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "HealthcareService.meta.profile",
        "path" : "HealthcareService.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-HealthcareService",
        "mustSupport" : true
      },
      {
        "id" : "HealthcareService.extension",
        "path" : "HealthcareService.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "HealthcareService.extension:functionalCentreCode",
        "path" : "HealthcareService.extension",
        "sliceName" : "functionalCentreCode",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-functionalCentreCode"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "HealthcareService.extension:functionalCentreCode.value[x].coding.system",
        "path" : "HealthcareService.extension.value[x].coding.system",
        "mustSupport" : true
      },
      {
        "id" : "HealthcareService.identifier",
        "path" : "HealthcareService.identifier",
        "min" : 1,
        "max" : "1",
        "mustSupport" : true
      },
      {
        "id" : "HealthcareService.identifier.value",
        "path" : "HealthcareService.identifier.value",
        "comment" : "If the value is a full URI, then the system SHALL be urn:ietf:rfc:3986. The value's primary purpose is computational mapping. As a result, it may be normalized for comparison purposes (e.g. removing non-significant whitespace, dashes, etc.) A value formatted for human display can be conveyed using the [Rendered Value extension](extension-rendered-value.html). Identifier.value is to be treated as case sensitive unless knowledge of the Identifier.system allows the processer to be confident that non-case-sensitive processing is safe.\r\n\r\nThe HSP program number that when used in combination with the HSP organization and site number uniquely identifes the service offering.",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "MHA-PDS-Mapping",
            "map" : "Health Program Number"
          }
        ]
      },
      {
        "id" : "HealthcareService.providedBy",
        "path" : "HealthcareService.providedBy",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-organization"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "HealthcareService.location",
        "path" : "HealthcareService.location",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-profile-location"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "HealthcareService.name",
        "path" : "HealthcareService.name",
        "comment" : "Note that FHIR strings SHALL NOT exceed 1MB in size\r\n\r\nThe name of program, as assigned by the HSP/Agency, provides information about the broad types of services received by clients.",
        "min" : 1,
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "MHA-PDS-Mapping",
            "map" : "Health Program Name"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.